'Declaration Public Overloads Shadows Function GetUpdateCommand( _ ByVal fields() As String, _ ByVal useColumnsForParameterNames As Boolean _ ) As QuickBooksCommand
public new QuickBooksCommand GetUpdateCommand( string[] fields, bool useColumnsForParameterNames )
Parameters
- fields
- Defines list of columns that are allowed to update.
- useColumnsForParameterNames
- Determines whether names of parameters in command text will be based on columns' names.